home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / CHOOSE.DIR / 00028_Script_28 < prev    next >
Text File  |  1994-12-08  |  2KB  |  69 lines

  1. on noReply
  2.   global clipCount, returnQT
  3.   set the puppet of sprite 20 to TRUE
  4.   
  5.   if clipcount = 1 then
  6.     -- Are you sure?
  7.     set the castNum of sprite 20 to the number of cast "Q2NO.MOV"
  8.     set the movieRate of sprite 20 to 0
  9.     --updateStage
  10.     set returnQT = "Q2NO.MOV"
  11.     go to "no"
  12.     
  13.   else if clipcount = 2 then
  14.     -- Find a man... maybe I did?  
  15.     set the castNum of sprite 20 to the number of cast "Q3NO.MOV"
  16.     set the movieRate of sprite 20 to 0
  17.     --updateStage
  18.     go to "no"
  19.     set returnQT = "Q3NO.MOV"
  20.     
  21.   else if clipcount = 3 then
  22.     -- jacket off
  23.     set the castNum of sprite 20 to the number of cast "Q4NO.MOV"
  24.     set the movieRate of sprite 20 to 0
  25.     --updateStage
  26.     go to "no"
  27.     set returnQT = "Q4NO.MOV"
  28.     
  29.   else if clipcount = 4 then
  30.     -- DO YOU MIND, if I take my shoes off?  
  31.     set the castNum of sprite 20 to the number of cast "Q5YES.MOV"
  32.     set the movieRate of sprite 20 to 0
  33.     --updateStage
  34.     go to "no"
  35.     set returnQT = "Q5YES.MOV"
  36.     
  37.   else if clipcount = 5 then
  38.     -- OK if I take my skirt off?
  39.     set the castNum of sprite 20 to the number of cast "Q6NO.MOV"
  40.     set the movieRate of sprite 20 to 0
  41.     --updateStage
  42.     go to "No"
  43.     set returnQT = "Q6NO.MOV"
  44.     
  45.   else if clipcount = 6 then
  46.     -- blouse off  
  47.     set the castNum of sprite 20 to the number of cast "Q7NO.MOV"
  48.     set the movieRate of sprite 20 to 0
  49.     --updateStage
  50.     go to "No"
  51.     set returnQT = "Q7NO.MOV"
  52.     
  53.   else if clipcount = 7 then
  54.     -- stockings off
  55.     set the castNum of sprite 20 to the number of cast "Q8NO.MOV"
  56.     set the movieRate of sprite 20 to 0
  57.     --updateStage
  58.     go to "No"
  59.     set returnQT = "Q8NO.MOV"
  60.     
  61.   else if clipcount = 8 then
  62.     -- tease
  63.     unsetQT 20
  64.     go to "FINISH"
  65.     -- set the castNum of sprite 20 to the number of cast "Q9BYE.MOV"
  66.   else
  67.     go to "ChooseMovie"
  68.   end if
  69. end noReply